How do I implement a filter which matches data which has "only" the specified tags.

Could it be an addition to the HasTag such as some wildcard parsing, could it be a new component to a component, can it already be achieved with a component filter, can it be achieved with multiple filters in a list?

Multiple solutions may exist

So if we use components then all components must pass the result, so if we pass ones that all have the specified tags then in order to negate the ones who have additional tags then wed have to recieve data from that filter regardless The components of the filtering system have very little communication and so any component which carries out the opperation

Maybe a custom component like OnlyHasTag or maybe a little better if performant is to do it using